home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9659 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  30 lines

  1. Newsgroups: comp.lang.c++
  2. Path: ho15.eng.ua.edu!tli
  3. From: Tong Li <tli@ho15.eng.ua.edu>
  4. Subject: DLL problem
  5. Content-Type: TEXT/PLAIN; charset=US-ASCII
  6. Message-ID: <Pine.A32.3.91.960303104028.13352A-100000@ho15.eng.ua.edu>
  7. Sender: news@ua1ix.ua.edu
  8. Nntp-Posting-Host: ho15.eng.ua.edu
  9. Organization: The University of Alabama
  10. Mime-Version: 1.0
  11. Date: Sun, 3 Mar 1996 16:47:47 GMT
  12.  
  13.  
  14. I'm still using Borland C++ 3.1 for windows. When I try to make a DLL 
  15. using c programs which were developed several years ago, the compiler 
  16. told me that there are many variables which are not defined. All the 
  17. variable names are in capital letters. For example, if I have a variable 
  18. named 'atab', the compiler told me that 'ATAB' was not defined. What 
  19. happened? What whould I do with it?
  20.  
  21. Thank you very much! 
  22.  
  23.  
  24. Tong Li                                   
  25. Department of Computer Science                 (205) 758-6729(H)
  26. University of Alabama                          (205) 348-0997(O)
  27. Tuscaloosa, AL 35487                           tli@eng.ua.edu 
  28. http://www.eng.ua.edu/college/people/tli/index.html
  29.  
  30.